	.myswiper-container {
		width: 100%;
		height: 100%;
		position: relative;
		overflow: hidden;
	}

	.myswiper-container .swiper-slide {
		text-align: center;
		font-size: 18px;
		background: #fff;
		/* Center slide text vertically */
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;

	}

	.myswiper-container .swiper-pagination-bullet {
		width: 14px;
		height: 14px;
	}

	.pagebanner img {
		display: block;
		height: 300px;
		width: 100%;
	}

	.banner-font {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}

	.banner-font .container {
		height: 100%;
	}

	.pagebanner .font {
		position: absolute;
		top: 50%;
		margin-top: -45px;
	}

	@media(max-width:768px) {
		.pagebanner img {
			height: 200px;
		}
	}

	.pagination a {
		padding: 5px 7px;
		border: #8c8c8c 1px solid;
	}

	.pagination>b {
		border: #8c8c8c 1px solid;
		padding: 5px 7px;
	}

	#mapbox {
		width: 100%;
		height: 400px;
		overflow: hidden;
		border: 1px solid #ccc;
		background-image: url(/static/image/ditu.jpg);
	}

	.intro1 {
		margin-top: -13px;
		margin-bottom: -13px;
		color: #959595;
	}

	.nav-menu1 {
		background: rgb(255, 255, 255);
	}

	.nav-menu2 {
		margin-bottom: 10px;
	}

	.nav-menu ul li a:hover {
		color: #153F8F;
	}

	h4 {
		margin-left: 20px;
	}

	.showbtn {
		display: block;
		width: 120px;
		height: 38px;
		border-radius: 5px;
		font-size: 16px;
		color: #fff;
		background-color: #e60718;
		outline: none;
		border: none;
		padding: 0 20px;
	}

	.showbtn:hover {
		background-color: #d71423
	}

	.modal {
		display: none;
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 1000;
		background-color: rgba(0, 0, 0, 0.5);
	}

	.modal-content {
		display: flex;
		flex-flow: column nowrap;
		justify-content: space-between;
		width: 50%;
		max-width: 700px;
		min-height: 300px;
		margin: 100px auto;
		background-color: #fff;
		-webkit-animation: zoom 0.6s;
		animation: zoom 0.6s;
		resize: both;
		overflow: auto;
		position: relative;
	}

	@-webkit-keyframes zoom {
		from {
			-webkit-transform: scale(0)
		}

		to {
			-webkit-transform: scale(1)
		}
	}

	@keyframes zoom {
		from {
			transform: scale(0)
		}

		to {
			transform: scale(1)
		}
	}

	.modal-header {
		box-sizing: border-box;
		border-bottom: 1px solid #ccc;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.close {
		color: #b7b7b7;
		font-size: 30px;
		font-weight: bold;
		margin-right: 20px;
		transition: all 0.3s;
		position: absolute;
		right: 0;
		cursor: pointer;
	}

	.close:hover,
	.close:focus {
		color: #95b4ed;
		text-decoration: none;
		cursor: pointer;
	}

	.modal-body {
		padding: 10px;
		font-size: 16px;
		box-sizing: border-box;
	}

	.modal-body .row {
		margin-left: 0;
		margin-right: 0;
	}

	.modal-footer {
		box-sizing: border-box;
		border-top: 1px solid #ccc;
		display: flex;
		padding: 15px;
		justify-content: flex-end;
		align-items: center;
	}

	.modal-footer button {
		width: 60px;
		height: 35px;
		padding: 5px;
		box-sizing: border-box;
		margin-right: 10px;
		font-size: 16px;
		color: white;
		border-radius: 5px;
		background-color: #153F8F;
	}

	.modal-footer button:hover,
	.modal-footer button:focus {
		background-color: #3c68b2;
		cursor: pointer;
	}

	@media only screen and (max-width: 700px) {
		.modal-content {
			width: 80%;
		}
	}

	.images-box .swiper-container {
		width: 100%;
		height: 400px;
		margin-left: auto;
		margin-right: auto;
	}

	.images-box .swiper-slide {
		background-size: cover;
		background-position: center;
	}

	.images-box .swiper-slide-thumb-active {
		border: 2px solid #C00;
	}

	.images-box .gallery-top {
		height: 90%;
		width: 100%;
	}

	.images-box .gallery-top .swiper-slide {}

	.images-box .gallery-top .swiper-slide #wrap {
		overflow: hidden;
	}

	.images-box .gallery-top .swiper-slide a {
		display: block;
		width: 90%;
		margin: 0px auto;
	}

	.images-box .gallery-top .swiper-slide img {
		display: block;
		margin: 0px auto;
	}

	.images-box .gallery-thumbs {
		height: 20%;
		box-sizing: border-box;
		padding: 10px 0;
		width: 90%;
	}

	.images-box .gallery-thumbs .swiper-slide {
		width: 25%;
		height: 100%;
		opacity: 0.4;
		cursor: pointer
	}

	.images-box .gallery-thumbs .swiper-slide-thumb-active {
		opacity: 1;
	}

	.images-box .swiper-button-next,
	.images-box .swiper-button-prev {
		width: 40px;
		height: 60px;
		background-color: rgba(0, 0, 0, .5)
	}

	@media(max-width:560px) {
		.images-box .gallery-top .swiper-slide img {
			width: 90%;
		}

		.images-box .gallery-thumbs {
			width: 90%;
		}

		.images-box .swiper-button-next,
		.images-box .swiper-button-prev {
			width: 44px;
			height: 44px;
			border-radius: 0;
			background-color: transparent;
		}
	}

	.zoom-section {
		clear: both;
		margin-top: 20px;
	}

	.zoom-section {
		display: inline;
		clear: both;
	}

	.zoom-desc {
		float: left;
		margin-left: 10px;
		width: 200px;
		margin-bottom: 20px;
	}

	.zoom-small-image {
		float: left;
		margin-bottom: 20px;
	}

	.zoom-tiny-image {
		border: 1px solid #CCC;
		margin: 0px;
	}

	.zoom-tiny-image:hover {
		border: 1px solid #C00;
	}
	.border1{border-bottom:1px dashed #ddd;}
	.border2{height:46px;font-size:18px;background:#eee;}
	.border3{display:block;height:100%;width:100px; text-align:center;line-height:46px; border-top:3px solid #f00;background:#fff;color:#f00;}
	.text1{line-height: 1;margin: 0.714rem;border-left: 0.5rem solid #0450b7;font-size: 24px;}
	.text2{color:#999;}
	tr td{border:1px solid #000000;padding:5px}
	table{margin:0 auto}
	.text33{padding-bottom:4%}
	.tit11{margin-top:-1.4%}
	.info-content1 a{color:#ff6a00}